Vcenter NamespaceManagement SupportBundle Location
The Vcenter NamespaceManagement SupportBundle Location schema contains the URI location to download the per-cluster support bundle from, as well as a token required (as a header on the HTTP request) to get the bundle. The validity of the token is 5 minutes. After the token expires, any attempt to call the URI with said token will fail.
This schema was added in vSphere API 7.0.0.0.
{
"url": "string",
"wcp_support_bundle_token": {
"token": "string",
"expiry": "string"
}
}
Support Bundle Download URL.
This property was added in vSphere API 7.0.0.0.
Information about the token required in the HTTP GET request to generate the support bundle.
This property was added in vSphere API 7.0.0.0.